Objective
Almost all version control systems support branching in some way. Using branching means that you can separate your work from the development line to avoid affecting the development line. In many version control systems, this is a
This article translated from http://nvie.com/posts/a-successful-git-branching-model/ (by Vincent Driessen)
-
In this article, I will show a development model that has been used in all projects (including projects at work and private projects) a year
English Original:http://nvie.com/posts/a-successful-git-branching-model/Chinese version:In this article, I present a development model. I've introduced this development model to all of my projects (both at work and in private) for more than a year,
BKJIA Editor's note: this is the fifth article in the "Git Adventures" series. The translator LIU Hui translates Git Community Book to explain the branches and mergers in Git and how to deal with conflicts. If you do not know about Git, see Git
Branch Prediction and Branch Predication are both techniques proposed to address the impact of program Branch statements on hardware execution efficiency. Branch Prediction is applied to the CPU to ensure the highest thread execution efficiency.
Currently, I know two main methods for the branch and release policies of code management.One is that the trunk is used as the main line for new function development and the branch is used for release.The other is that the branch is used for new
The basic principles of git are described in the previous two-disk article, which is theoretical knowledge. In this article we go back to practice and look at the use of Git branching (branch).In the Code versioning tool, there is a branch concept.
Transferred from: http://zengrong.net/post/1746.htm
This site is reproduced in addition to the article, are the original site or translation.
The article welcomes all forms of reprint, but please 18 years of age and above the reprint of
This article records the contents of the remote branch and tag that I encountered while using Git.
View Remote Branch Delete remote branch and tag Delete no local branch for remote branch rename remote Branch push local tag to remote FETCH remote
practical svn trunk Trunk Auto Merge to each branch branch scriptMost companies that use SVN, when they find bugs or new features, generate a branch branch directly from the trunk trunk, such as BUG01. Then colleague a modifies the bug inside, if
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.